home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / networking / pgpuam / sources / pgpuam server resources.r < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  255 b   |  23 lines

  1. #include    "Types.r"
  2. #include    "SysTypes.r"
  3.  
  4. resource 'vers' (2) {
  5.     0x1,
  6.     0x0,
  7.     development,
  8.     0x2,
  9.     0,
  10.     "PGPuam Server",
  11.     "PGPuam Server 1.0"
  12. };
  13.  
  14. resource 'vers' (1) {
  15.     0x1,
  16.     0x0,
  17.     development,
  18.     0x2,
  19.     0,
  20.     "1.0b1",
  21.     "1.0b1   (c) Apple Computer, Inc. 1998"
  22. };
  23.